Add missing "Since: 4.X" tags
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 7 Jul 2021 16:18:28 +0000 (20:18 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 7 Jul 2021 19:35:38 +0000 (23:35 +0400)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
gdk/wayland/gdkglcontext-wayland.c
gtk/gtkfilefilter.c
gtk/gtkicontheme.c
gtk/gtkmenubutton.c

index b0edf8695621fdd58e43d564eb589aadadbe99fa..7d8d4310a6119c24a5ee14963a3665bf2d8ff256 100644 (file)
@@ -340,6 +340,8 @@ gdk_wayland_gl_context_init (GdkWaylandGLContext *self)
  * Retrieves the EGL display connection object for the given GDK display.
  *
  * Returns: (nullable): the EGL display
+ *
+ * Since: 4.4
  */
 gpointer
 gdk_wayland_display_get_egl_display (GdkDisplay *display)
index 22b1616881aedf51b62e4a06be93e088593a9915..ae45ad72a4b9b7d0f54df75019306681c5930513 100644 (file)
@@ -606,6 +606,8 @@ gtk_file_filter_add_pattern (GtkFileFilter *filter,
  *
  * In contrast to pattern matches, suffix matches
  * are *always* case-insensitive.
+ *
+ * Since: 4.4
  */
 void
 gtk_file_filter_add_suffix (GtkFileFilter *filter,
index f8e576e319f815b214b67484a862c208f821fac9..785466f1d2361f160a7bcb6bdb9347faed3d5d30 100644 (file)
@@ -2623,6 +2623,8 @@ gtk_icon_theme_has_icon (GtkIconTheme *self,
  * for a particular `GIcon`.
  *
  * Returns: %TRUE if @self includes an icon for @gicon
+ *
+ * Since: 4.2
  */
 gboolean
 gtk_icon_theme_has_gicon (GtkIconTheme *self,
index 5e5e70acaeb82ff24dc02c278880fc75e779b9e0..c17f340df727d09d84264c8a767bbb1498484783 100644 (file)
@@ -1302,6 +1302,8 @@ gtk_menu_button_set_primary (GtkMenuButton *menu_button,
  * Returns whether the menu button acts as a primary menu.
  *
  * Returns: %TRUE if the button is a primary menu
+ *
+ * Since: 4.4
  */
 gboolean
 gtk_menu_button_get_primary (GtkMenuButton *menu_button)